home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / Dragonsmith 1.1.1 / Base files / Utilities / HandleUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-13  |  273 b   |  12 lines  |  [TEXT/KAHL]

  1. /*
  2.     HandleUtils.h
  3. */
  4.  
  5. #pragma once
  6.  
  7. OSErr CopyHandle (Handle srcHndl, Handle destHndl);
  8. OSErr ResizeHandle (Handle h, long newSize);
  9. Handle BigHandle (long *actualSize);
  10. Handle AnyHandle (long size);
  11. OSErr HandleToScrap (Handle h, ResType type);
  12. char SmartHLock (Handle h);